tools/libxl: remove libxl_free() since there are no more callers
authorGianni Tedesco <gianni.tedesco@citrix.com>
Mon, 16 Aug 2010 12:39:19 +0000 (13:39 +0100)
committerGianni Tedesco <gianni.tedesco@citrix.com>
Mon, 16 Aug 2010 12:39:19 +0000 (13:39 +0100)
commit8eb8ac72924e430b89497995be61ccb2a2402919
tree1dd14776267c094ba8f73c0bd4d2439a68b0ece2
parent2385a2339abfca211af3267a63e12167310b4377
tools/libxl: remove libxl_free() since there are no more callers

libxl_free() allows allocated memory to be explicitly free'd from a
libxl_gc. Every previous use of this function has now been made
redundant and therefore has been removed. We can safely kill it and
amend the policy accordingly.

Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.h
tools/libxl/libxl_internal.c
tools/libxl/libxl_internal.h